home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Private Obsession 3: Sophia
/
Private Obsession 3: Sophia.iso
/
files
/
cum.dxr
/
00010.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-04-08
|
297 b
|
18 lines
on exitFrame
global tiempo, playing
if playing = 0 then
go(the frame)
exit
else
set tiempo to tiempo + 1
if tiempo < 60 then
go(the frame)
else
set tiempo to 1
puppetSprite(2, 0)
puppetSprite(17, 0)
go(the frame + 1)
end if
end if
end